home *** CD-ROM | disk | FTP | other *** search
/ Hot Super Models / Hot Super Models.iso / unix / x11 / xv2r1.tar / xv2r1 / extensions / xv / Imakefile next >
Makefile  |  1991-05-16  |  301b  |  16 lines

  1. #define IHaveSubdirs
  2. #define PassCDebugFlags
  3.  
  4.   IMAKE_DEFINES = ExtensionDefines
  5.  
  6. #if BuildServer
  7.   SERVERSUBDIRS = server
  8. #endif
  9.  
  10.         SUBDIRS = include lib test $(SERVERSUBDIRS)
  11.  
  12. MakeSubdirs($(SUBDIRS))
  13. DependSubdirs($(SUBDIRS))
  14. MakeLintLibSubdirs(lib)
  15. MakeLintSubdirs(lib,install.ln,install.ln)
  16.